home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _8f436a8edf3c32c34524c9bc7edb6600 < prev    next >
Encoding:
Text File  |  2002-06-17  |  417 b   |  17 lines

  1. # NOTE: Derived from ..\blib\lib\Tk\Listbox.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk::Listbox;
  5.  
  6. #line 133 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\ButtonRelease_1.al)"
  7. sub ButtonRelease_1
  8. {
  9.  my $w = shift;
  10.  my $Ev = $w->XEvent;
  11.  $w->CancelRepeat;
  12.  $w->activate($Ev->xy);
  13. }
  14.  
  15. # end of Tk::Listbox::ButtonRelease_1
  16. 1;
  17.